home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacGames Sampler
/
PHT MacGames Bundle.iso
/
MacSource Folder
/
Samples from the CD
/
Other Langs
/
MacYacc ƒ
/
Sample.p
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1987-05-27
|
163 b
|
18 lines
|
[
TEXT/EDIT
]
/* Protoypes grabbed from file
** "Sample.c"
** 1987 May 26 (Tue) 23:24:52
*/
yylex(void);
yyerror(char *str);
main(void);
yyparse(void);